home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Telnet 2.7b5 / source / FTPserver / macutil.proto.h < prev   
Encoding:
Text File  |  1995-02-11  |  342 b   |  8 lines  |  [TEXT/CWIE]

  1. void GetDirectoryName(short vRefNum, long dirID, Str32 name);
  2. short VolumeNameToRefNum(Str32 volumeName);
  3. void PathNameFromDirID(long dirID, short vRefNum, StringPtr fullPathName);
  4. short ChangeDirectory(long *dirID, short *vRefNum,char *pathname);
  5.  
  6. short wccheck(char *file, char *template);
  7. char *getFileName(char *spec, CInfoPBRec *finfo);
  8.